home *** CD-ROM | disk | FTP | other *** search
/ .net (Turkey) 1998 March / .net Internet Dergisi - CD 5.iso / mac / CON_BM / 00288_Script_288 < prev    next >
Text File  |  1997-11-07  |  199b  |  6 lines

  1. on CheckVideoSize
  2.   global gCurrentMoviePlaying
  3.   if gCurrentMoviePlaying <> 0 and gCurrentMoviePlaying <> 99 and the width of sprite  48 <> 320 then
  4.     Resizemovie
  5.   end if
  6. end CheckVideoSize